vcSetPropertyStatement

A statement that sets the value of a property. The property can be in the routine that owns this statement, or in an object higher up in the object hierarchy.

See in: Overview

Module: vcRobotics

Parent: vcStatement

Children -

Referenced by: -

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
TargetPropertyStringRWGets or sets the name of variable to assign a value to.
ValueExpressionStringRWGets or sets an expression that, when evaluated, returns the value to assign to TargetProperty.